home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / pc / windows / qtw_201 / setup / samples / mmio_dh / mmio_dh.def < prev    next >
Encoding:
Text File  |  1994-12-19  |  690 b   |  26 lines

  1. ; Copyright:    (c) 1988-1994 Apple Computer, Inc. All Rights Reserved.
  2. ;
  3. ; Project:      QuickTime for Windows
  4. ;
  5. ; Component:    Data Handler
  6. ;
  7. ; Description:  DEF file
  8. ;
  9. ; ---------------------------------------------------------------------
  10. ; ---------------------------------------------------------------------
  11.  
  12.  
  13. LIBRARY      MMIO_DH
  14. DESCRIPTION  'Copyright (c) 1988-1994 Apple Computer, Inc. All Rights Reserved.'
  15. EXETYPE      WINDOWS
  16. CODE         PRELOAD MOVEABLE DISCARDABLE
  17. DATA         PRELOAD MOVEABLE SINGLE
  18. HEAPSIZE     4096
  19.  
  20. SEGMENTS
  21.     WEP_TEXT        PRELOAD FIXED
  22.  
  23. EXPORTS
  24. ; WEP                        @1 RESIDENTNAME
  25.   THNGIDENTIFY               @2
  26.